home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grand Slam
/
GrandSlam volume 1.iso
/
002
/
wizard11.arj
/
FLIST.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-02-03
|
1KB
|
28 lines
% File Wizard Control File
% used for filelists "WIZARD /FLIST /@FLIST.CMD"
%
% Syntax:
%
% <name of .CTL file> <switches> <switches> <switches> ...
%
% The name of a .CTL file is the path and filename for a FLSEARCH.CTL
% style area control file (see BBSTYPE GENERIC in WIZARD.CTL)
% You also can use <DEFAULT> for the bbs configuration defined
% in WIZARD.CTL. This first statement in the line MUST exist !
%
% Following switches
% are supported: /A<filename> name of the allfiles-list
% /N<filename> name of the newfileslist
% (use /N alone for no newfiles-list!)
% /MINSEC<sec> minimum security
% /MAXSEC<sec> maximum security
% /G<groups> groups which should appear in the list
% /H<filename> name of an alternate headerfile
% /CHECKDUPE run the dupechecker for the specified list
%
% Example :
%
% <DEFAULT> /Ac:\allfiles.fls /N /MINSEC200 /G04AB /Hc:\header.txt
%